NDepend.API Documentation
UsAndChildMethods(IEnumerable<IType>) Method
NDepend.CodeModel Namespace > ExtensionMethodsProjection Class > UsAndChildMethods Method : UsAndChildMethods(IEnumerable<IType>) Method
This sequence of IType objects.
Returns a sequence of ICodeContainer objects, containing these types and all their MethodsAndConstructors objects.
Syntax
[Extension()]
public static IEnumerable<ICodeContainer> UsAndChildMethods( 
   IEnumerable<IType> types
)

Parameters

types
This sequence of IType objects.
Remarks
This extension method could also return a sequence of IMember. The choice of ICodeContainer is arbitrary and Cast can still be used on returned sequence.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsProjection Class
ExtensionMethodsProjection Members
Overload List